Skip to content

[POST] initiatePasswordReset

/api/driver/initiatePasswordReset

InitiatePasswordResetRequestDTO

Attributes:

Name Type Description
email EmailStr

email address of the user

Notes:

  • Expect the normal response to be returned with a status of 200 OK.
  • It will email the driver with a link to reset their password.

Expected error messages (status code 400)

  • ACCOUNT_NOT_EXIST - If the email provided is not associated with any account.
  • REQUEST_EXIST - if the driver already initiated an unresolved password reset request.
  • REQUEST_LIMIT - if the driver has reached the limit of password reset requests for the day.